[INFO] fetching crate bidirected-adjacency-array 1.1.3...
[INFO] fixing bidirected-adjacency-array-1.1.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate bidirected-adjacency-array 1.1.3 into /workspace/builds/worker-5-tc1/source
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate bidirected-adjacency-array 1.1.3
[INFO] finished tweaking crates.io crate bidirected-adjacency-array 1.1.3
[INFO] tweaked toml for crates.io crate bidirected-adjacency-array 1.1.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bidirected-adjacency-array 1.1.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bidirected-adjacency-array 1.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded permutation v0.4.1
[INFO] [stderr]   Downloaded rand_core v0.10.0
[INFO] [stderr]   Downloaded tagged-vec v1.0.1
[INFO] [stderr]   Downloaded optional-numeric-index v0.4.0
[INFO] [stderr]   Downloaded rand v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c2bbbca054293793b4b1f6c6b09faa01e0541f1c2fc39bfce674e2a4209ca58a
[INFO] running `Command { std: "docker" "start" "c2bbbca054293793b4b1f6c6b09faa01e0541f1c2fc39bfce674e2a4209ca58a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c2bbbca054293793b4b1f6c6b09faa01e0541f1c2fc39bfce674e2a4209ca58a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2bbbca054293793b4b1f6c6b09faa01e0541f1c2fc39bfce674e2a4209ca58a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c2bbbca054293793b4b1f6c6b09faa01e0541f1c2fc39bfce674e2a4209ca58a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]     Checking tagged-vec v1.0.1
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking permutation v0.4.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking optional-numeric-index v0.4.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking bidirected-adjacency-array v1.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `rand` in this scope
[INFO] [stdout]  --> src/io/gfa1/tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rand::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `rand`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rand`, use `cargo add rand` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand`
[INFO] [stdout]  --> src/io/gfa1/tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rand::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `rand`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rand`, use `cargo add rand` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `generate_random_graph` found for struct `BidirectedAdjacencyArray<IndexType, NodeData, EdgeData>` in the current scope
[INFO] [stdout]    --> src/io/gfa1/tests.rs:78:69
[INFO] [stdout]     |
[INFO] [stdout]  78 |         let expected_graph = BidirectedAdjacencyArray::<u16, _, _>::generate_random_graph(
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `BidirectedAdjacencyArray<u16, _, _>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/graph.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | pub struct BidirectedAdjacencyArray<IndexType: GraphIndexInteger, NodeData, EdgeData> {
[INFO] [stdout]     | ------------------------------------------------------------------------------------- associated function or constant `generate_random_graph` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `BidirectedAdjacencyArray<u16, _, _>` consider using one of the following associated functions:
[INFO] [stdout]       BidirectedAdjacencyArray::<IndexType, NodeData, EdgeData>::new
[INFO] [stdout]       gfa1::<impl BidirectedAdjacencyArray<IndexType, NodeData, EdgeData>>::read_gfa1
[INFO] [stdout]    --> src/graph.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | /     pub fn new(
[INFO] [stdout] 123 | |         nodes: TaggedVec<NodeIndex<IndexType>, NodeData>,
[INFO] [stdout] 124 | |         edges: TaggedVec<EdgeIndex<IndexType>, BidirectedEdge<IndexType, EdgeData>>,
[INFO] [stdout] 125 | |     ) -> Self {
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/io/gfa1.rs:63:5
[INFO] [stdout]     |
[INFO] [stdout]  63 | /     pub fn read_gfa1(
[INFO] [stdout]  64 | |         reader: impl BufRead,
[INFO] [stdout]  65 | |     ) -> Result<BidirectedAdjacencyArray<IndexType, NodeData, EdgeData>, GfaReadError> {
[INFO] [stdout]     | |______________________________________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `generate_random_graph` found for struct `BidirectedAdjacencyArray<IndexType, NodeData, EdgeData>` in the current scope
[INFO] [stdout]    --> src/io/gfa1/tests.rs:107:65
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let expected_graph = BidirectedAdjacencyArray::<u16, _, _>::generate_random_graph(
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `BidirectedAdjacencyArray<u16, _, _>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/graph.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | pub struct BidirectedAdjacencyArray<IndexType: GraphIndexInteger, NodeData, EdgeData> {
[INFO] [stdout]     | ------------------------------------------------------------------------------------- associated function or constant `generate_random_graph` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `BidirectedAdjacencyArray<u16, _, _>` consider using one of the following associated functions:
[INFO] [stdout]       BidirectedAdjacencyArray::<IndexType, NodeData, EdgeData>::new
[INFO] [stdout]       gfa1::<impl BidirectedAdjacencyArray<IndexType, NodeData, EdgeData>>::read_gfa1
[INFO] [stdout]    --> src/graph.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | /     pub fn new(
[INFO] [stdout] 123 | |         nodes: TaggedVec<NodeIndex<IndexType>, NodeData>,
[INFO] [stdout] 124 | |         edges: TaggedVec<EdgeIndex<IndexType>, BidirectedEdge<IndexType, EdgeData>>,
[INFO] [stdout] 125 | |     ) -> Self {
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/io/gfa1.rs:63:5
[INFO] [stdout]     |
[INFO] [stdout]  63 | /     pub fn read_gfa1(
[INFO] [stdout]  64 | |         reader: impl BufRead,
[INFO] [stdout]  65 | |     ) -> Result<BidirectedAdjacencyArray<IndexType, NodeData, EdgeData>, GfaReadError> {
[INFO] [stdout]     | |______________________________________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `generate_random_graph` found for struct `BidirectedAdjacencyArray<IndexType, NodeData, EdgeData>` in the current scope
[INFO] [stdout]    --> src/io/gfa1/tests.rs:164:65
[INFO] [stdout]     |
[INFO] [stdout] 164 |     let expected_graph = BidirectedAdjacencyArray::<u16, _, _>::generate_random_graph(
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `BidirectedAdjacencyArray<u16, _, _>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/graph.rs:22:1
[INFO] [stdout]     |
[INFO] [stdout]  22 | pub struct BidirectedAdjacencyArray<IndexType: GraphIndexInteger, NodeData, EdgeData> {
[INFO] [stdout]     | ------------------------------------------------------------------------------------- associated function or constant `generate_random_graph` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `BidirectedAdjacencyArray<u16, _, _>` consider using one of the following associated functions:
[INFO] [stdout]       BidirectedAdjacencyArray::<IndexType, NodeData, EdgeData>::new
[INFO] [stdout]       gfa1::<impl BidirectedAdjacencyArray<IndexType, NodeData, EdgeData>>::read_gfa1
[INFO] [stdout]    --> src/graph.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | /     pub fn new(
[INFO] [stdout] 123 | |         nodes: TaggedVec<NodeIndex<IndexType>, NodeData>,
[INFO] [stdout] 124 | |         edges: TaggedVec<EdgeIndex<IndexType>, BidirectedEdge<IndexType, EdgeData>>,
[INFO] [stdout] 125 | |     ) -> Self {
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/io/gfa1.rs:63:5
[INFO] [stdout]     |
[INFO] [stdout]  63 | /     pub fn read_gfa1(
[INFO] [stdout]  64 | |         reader: impl BufRead,
[INFO] [stdout]  65 | |     ) -> Result<BidirectedAdjacencyArray<IndexType, NodeData, EdgeData>, GfaReadError> {
[INFO] [stdout]     | |______________________________________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bidirected-adjacency-array` (lib test) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c2bbbca054293793b4b1f6c6b09faa01e0541f1c2fc39bfce674e2a4209ca58a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2bbbca054293793b4b1f6c6b09faa01e0541f1c2fc39bfce674e2a4209ca58a", kill_on_drop: false }`
[INFO] [stdout] c2bbbca054293793b4b1f6c6b09faa01e0541f1c2fc39bfce674e2a4209ca58a
